home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / arch / x86 / ia32 / Makefile
Encoding:
Makefile  |  2008-12-24  |  332 b   |  14 lines

  1. #
  2. # Makefile for the ia32 kernel emulation subsystem.
  3. #
  4.  
  5. obj-$(CONFIG_IA32_EMULATION) := ia32entry.o sys_ia32.o ia32_signal.o
  6.  
  7. sysv-$(CONFIG_SYSVIPC) := ipc32.o
  8. obj-$(CONFIG_IA32_EMULATION) += $(sysv-y)
  9.  
  10. obj-$(CONFIG_IA32_AOUT) += ia32_aout.o
  11.  
  12. audit-class-$(CONFIG_AUDIT) := audit.o
  13. obj-$(CONFIG_IA32_EMULATION) += $(audit-class-y)
  14.